go/types.exprInfo.typ (field)

7 uses

	go/types (current package)
		check.go#L66: 	typ   *Basic
		expr.go#L256: 			check.dump("%v: found old type(%s): %s (new: %s)", x.Pos(), x, old.typ, typ)
		expr.go#L309: 		old.typ = under(typ).(*Basic)
		expr.go#L332: 		c := operand{old.mode, x, old.typ, old.val, 0}
		recording.go#L51: 		if debug && isTyped(info.typ) {
		recording.go#L52: 			check.dump("%v: %s (type %s) is typed", x.Pos(), x, info.typ)
		recording.go#L55: 		check.recordTypeAndValue(x, info.mode, info.typ, info.val)